-
Notifications
You must be signed in to change notification settings - Fork 7.8k
change(ci): Overhaul CI test flow management #11925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 Hello lucasssvaz, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit c2cdeb6. ♻️ This comment has been updated with latest results. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
pedrominatel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs part LGTM.
Description of Change
This pull request updates the continuous integration (CI) and test infrastructure to transition from using
ci.jsonfiles toci.ymlfiles for configuration, and introduces new scripts for improved test reporting and missing test detection. The PR also include small bugfixes to the workflows and enable hardware tests on the ESP32-C5. The most important changes are grouped below:Migration from
ci.jsontoci.ymlfor CI configurationci.jsontoci.ymlin.github/CODEOWNERS,.github/scripts/get_affected.py,.github/scripts/sketch_utils.sh, and.github/scripts/on-push-idf.sh, ensuring the CI system now expects YAML configuration files for easier maintainability and readability. [1] [2] [3] [4] [5] [6] [7]New and improved CI/test scripts
.github/scripts/generate_missing_junits.pyto detect missing test runs based on build artifacts and generate placeholder JUnit XML files, improving visibility into incomplete test coverage..github/scripts/runtime_table_generator.pyto generate a Markdown summary table of runtime test results, including pass/fail/error status for each platform and target, and saving results to a JSON file for future reference.These changes modernize the CI configuration format and enhance test reporting and diagnostics, making it easier to identify missing or failing tests and improving overall maintainability.
Other Changes
Test Scenarios
Tested in fork